home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-20 / mods_all.zip / NETROM.3 < prev    next >
Text File  |  1992-09-15  |  2KB  |  26 lines

  1. NETROM.3
  2.          Insert the following 18 bytes into location starting at $ 0786
  3.                    (PC Tools Reference:  Location 3  Line 390)
  4.       Address     Insert                      (PC Tools Reference: Location 3)
  5. Hex:  $ 0786       $ 21                                             Line  390
  6.       $ 0787       $ xx  <-- 1st Letter of Callsign in ASCII Hex    Line  391
  7.       $ 0788       $ xx  <-- 2nd Letter of Callsign in ASCII Hex    Line  392
  8.       $ 0789       $ 22                                             Line  393
  9.       $ 078A       $ 30                                             Line  394
  10.       $ 078B       $ 82                                             Line  395
  11.       $ 078C       $ 21                                             Line  396
  12.       $ 078D       $ xx  <-- 3rd Letter of Callsign in ASCII Hex    Line  397
  13.       $ 078E       $ xx  <-- 4th Letter of Callsign in ASCII Hex    Line  398
  14.       $ 078F       $ 22                                             Line  399
  15.       $ 0790       $ 32                                             Line  400
  16.       $ 0791       $ 82                                             Line  401
  17.       $ 0792       $ 21                                             Line  402
  18.       $ 0793       $ xx  <-- 5th Letter of Callsign in ASCII Hex    Line  403
  19.       $ 0794       $ xx  <-- 6th Letter of Callsign in ASCII Hex    Line  404
  20.       $ 0795       $ 22                                             Line  405
  21.       $ 0796       $ 34                                             Line  406
  22.       $ 0797       $ 82                                             Line  407
  23.  
  24.    If the Callsign is less than 6 characters, pad the remaining characters with
  25. spaces which is a Hex $20.
  26. CONTINUED IN FILE NETROM.4